|
This page last changed on Jun 19, 2008 by kgomes.
This is a quick set of instructions on how to check, stop and restart the siam service for talking to the UW instruments.
- ssh into fangtooth.shore.mbari.org under the ops account (ask one of the sensors project folks for the password)
- Change to the correct directory by running:
- Check on the current status by running:
You should see something like:
- If there are problems, or the S:E:R numbers don't change over the course of 30 minutes or so, it is probably hung and will need to be restarted. This can be done by:
- If the system is really wedged and that does not do the trick, you will have to search for the process using:
and you should see something like:
The first number is the process ID (PID) and you can kill it using:
where you would substitute in your PID instead of the 10451 listed here.
- Now that SIAM is shutdown, you should be able to restart it using:
The '-publish' option sends data to SSDS and if you add a -sensors flag it will publish to the JMS queues connect to the Enterprise Service Bus (ESB).
|